a,
.shzrlist li,
.cplist li p,
.cplist li img,
.new_bottom li:after,
.media_list li:after,
.media_list li:before,
.media_list h2,
.media_list p,
.haederNavs ul li a:hover::after,
.haederNavs ul li a::after,
.media_list h6,
.med_time,
.med_time:after {
    transition: all .4s cubic-bezier(.35, .75, .55, 1) 0.1s;
    -webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
    -moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
}

.container {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    width: 83.333%;
}

.crumb {
    color: #fff;
    font-size: 14px;
}

.button-next {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 10%;
}

.button-next:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dotted #fff;
    transition: all .6s;
}

.button-next>div {
    width: 90px;
    line-height: 70px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: -70%;
    overflow: hidden;
    transition: .6s;
    /*overflow: hidden;*/
}

.button-next>div span {
    margin-left: -60%;
    transition: .6s;
}

.button-next:hover:after {
    transform: rotate(360deg);
    transition: .6s;
}

.button-next:hover div {
    width: 40px;
    transition: .5s;
    position: absolute;
    left: 15%;
}

.button-next:hover span {
    margin-left: -248%;
    transition: .6s;
}

.crumb i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.crumb a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: 4px;
    border-bottom: 1px solid transparent;
}

.crumb a:hover {
    border-color: #fff;
}

.js_add li.ac p:before {
    width: 26px;
    height: 26px;
}

.js_add {
    position: relative;
}

.js_add:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 74px;
    left: 0;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    border-top: 1px dashed rgba(255, 255, 255, 1);
}

.medianew {
    padding: 0 0 80px;
}

.media_list a {
    display: block;
}

.media_list .container {
    padding: 36px 0;
    border-bottom: 1px solid #e6e6e6;
    z-index: 2;
}

.med_time {
    display: inline-block;
    vertical-align: middle;
    width: 178px;
    position: relative;
    text-align: center;
    border-left: 3px solid #216fd3;
}

.med_time h6 {
    display: inline-block;
    color: #0062b0;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}

.med_time h6 span {
    display: block;
    font-size: 14px;
}

.med_time:after {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.med_img {
    display: inline-block;
    vertical-align: middle;
    width: 15.3125%;
}

.med_img img {
    width: 100%;
}

.med_inner {
    display: inline-block;
    vertical-align: middle;
    width: calc(84.6875% - 178px);
    box-sizing: border-box;
    padding: 0 54px;
}

.med_inner h2 {
    color: #222222;
    font-size: 18px;
    margin-bottom: 15px;
}

.med_inner p {
    color: #8b969e;
    line-height: 24px;
}

.media_list li {
    position: relative;
    overflow: hidden;
}

.media_list li:before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #0064c2;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.media_list li:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #0064c2;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.media_list li:hover:before,
.media_list li:hover:after {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.media_list li:hover p,
.media_list li:hover h2,
.media_list li:hover h6 {
    color: #fff
}

.media_list li:hover .med_time {
    border-color: #fff
}

.media_list li:hover .med_time:after {
    background: #fff;
}

.xpyf {
    padding: 100px 0;
}

.xpyftable th,
.xpyftable td {
    padding: 30px 40px;
    border: 2px solid #efefef;
}

.xpyftable td {
    background: #eef4f7;
}

.xpyftable th {
    text-align: center;
}

.xpyftable td:nth-child(4) {
    text-align: center;
}

.xpyftable th i {
    display: inline-block;
    vertical-align: middle;
    color: #cccccc;
    margin-right: 14px;
    font-size: 24px;
}

.xpyftable th span {
    color: #414141;
    font-weight: bold;
    font-size: 18px;
}

.xpyftable td {
    vertical-align: top;
}

.xpyftable td p {
    color: #444;
    line-height: 26px;
    font-weight: bold;
}

.xpyftable tr:nth-child(even)>*:nth-child(1) {
    background: #e4f2ff;
}

.xpyftable tr:nth-child(odd)>*:nth-child(1) {
    background: #1f7dd4;
}

.xpyftable tr:nth-child(odd)>*:nth-child(1) p {
    color: #fff;
}

.xpyftable tr:nth-child(1)>*:nth-child(1) {
    background: #0055a0;
}

.xpyftable tr:nth-child(1)>*:nth-child(1) i,
.xpyftable tr:nth-child(1)>*:nth-child(1) span {
    color: #fff
}

.yfsl {
    padding: 100px 0;
    background: #f6f9fb;
}

.sl_left {
    display: inline-block;
    vertical-align: top;
    width: 39.25%;
    box-sizing: border-box;
    padding-right: 110px;
}

.ejtit h3:after {
    content: '';
    display: block;
    width: 53px;
    height: 3px;
    background: #e5e5e5;
    margin-top: 45px;
}

.sltxt p {
    color: #444;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 26px;
}

.sl_right {
    display: inline-block;
    vertical-align: top;
    width: 60.75%;
}

.sl_right li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 56px)/3);
    box-sizing: border-box;
    margin-right: 28px;
    margin-top: 28px;
    border-radius: 7px;
    border: 1px solid #acc9e3;
    padding: 48px 40px;
    position: relative;
}

.sl_right li>* {
    position: relative;
    z-index: 2;
}

.sl_right li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../images/slbac.png);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.sl_right li:nth-child(3n) {
    margin-right: 0;
}

.sl_right li:nth-child(1),
.sl_right li:nth-child(2),
.sl_right li:nth-child(3) {
    margin-top: 0;
}

.sl_right li span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(0, 134, 219, .2);
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
}

.sl_right li span:before {
    content: '';
    width: 84%;
    height: 84%;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 134, 219, .5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.sl_right li span i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    color: #0086db;
    font-size: 24px;
    z-index: 2;
}

.sl_right li h2 {
    color: #626262;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

.sl_right li p {
    line-height: 26px;
    height: 52px;
    color: #444
}

.sl_right li:hover:before {
    opacity: 1;
}

.sl_right li:hover span {
    background: #fff;
    border-color: #fff
}

.sl_right li:hover h2,
.sl_right li:hover p {
    color: #fff
}

.kyinner {
    margin-top: 90px;
    background: #0064b9;
}

.kyimg {
    display: inline-block;
    vertical-align: middle;
    width: 39.3125%;
}

.kyimg img {
    width: 100%;
}

.kytxt {
    display: inline-block;
    vertical-align: middle;
    width: 60.6875%;
    box-sizing: border-box;
    padding: 0 80px;
}

.kytxt i {
    color: #fff;
    font-size: 46px;
    display: block;
    margin-bottom: 16px;
}

.kytxt h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.kytxt p {
    line-height: 26px;
    color: #fff
}

.lxwm {
    padding: 100px 0;
}

.lxtit {
    padding-bottom: 36px;
    border-bottom: 2px solid #0276bb;
    margin-bottom: 44px;
}

.lxtit h2 {
    color: #0172ba;
    font-size: 30px;
    font-weight: bold;
}

.lxtit h2 i {
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 40px;
}

.lxtit h2 span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #a5a5a5;
    font-size: 18px;
}

.lxlist li {
    display: inline-block;
    vertical-align: top;
    width: 47.1875%;
    border-bottom: 1px dashed #d8d8d8;
    margin-right: 5.625%;
    margin-bottom: 26px;
    padding-bottom: 28px;
    font-size: 0;
}

.lxlist li:nth-child(2n) {
    margin-right: 0;
}

.lxlist li i {
    display: inline-block;
    width: 56px;
    color: #b9b9b9;
    font-size: 26px;
}

.lxlist li div {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 56px);
}

.lxlist li h3 {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

.lxlist li h3 font {
    color: #d2d2d2
}

.lxlist li p {
    color: #666666
}

.zxjy {
    padding: 88px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/zxbac_02.jpg);
}

.zxjy h1 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 54px;
}

.zx_left {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
}

.zx_right {
    display: inline-block;
    vertical-align: top;
    width: 59%;
    position: relative;
}

.zx_left form {
    font-size: 0;
}

.zx_left input {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    line-height: 36px;
    padding: 2px 20px;
    box-sizing: border-box;
    margin-bottom: 38px;
    height: 52px;
}

.zx_left input:nth-of-type(2n) {
    margin-right: 0;
}

.zx_left textarea {
    margin-bottom: 38px;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    padding: 18px 20px;
}

.zx_left button {
    width: 100%;
    text-align: center;
    background: #327dd0;
    line-height: 42px;
    height: 42px;
    color: #fff;
}

.zx_left button img {
    margin-left: 18px;
}

.zx_left button:hover {
    background: #025ba9;
}

#allmap {
    width: 100%;
    height: 100%;
}

span.BMap_Marker div img {
    width: 100%;
}

.zx_right>a {
    display: block;
    position: absolute;
    width: 137px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #327dd0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.zx_right>a:hover {
    background: #025ba9;
}

.zpxx {
    padding: 100px 0;
}

.zptit {
    border: 1px solid #dfe5e9;
    box-sizing: border-box;
    border-bottom: none;
    display: table;
    width: 100%;
    table-layout: fixed
}

.zptit h6 {
    display: table-cell;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #dfe5e9;
    background-image: url(../images/zpbac_03.jpg);
    background-size: 100% 100%;
    padding: 27px 0;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.zplist {
    border-bottom: 1px solid #dfe5e9
}

.zplist .zptit {
    cursor: pointer;
}

.zplist .zptit h6 {
    background-image: none;
    color: #414141;
    font-size: 14px
}

.zpinner {
    border: 1px solid #dfe5e9;
    box-sizing: border-box;
    padding: 64px 115px 75px;
    background: #f3f3f3;
    display: none
}

.zpinner p {
    line-height: 24px;
    color: #737373
}

.zpinner div {
    display: inline-block;
    margin-right: 150px;
    vertical-align: top
}

.zplist li:nth-child(even) .zptit {
    background: #ecf0f2
}

.xj_left {
    display: inline-block;
    vertical-align: top;
    width: 58.375%;
    box-sizing: border-box;
    padding-right: 50px;
}

.xj_left p {
    line-height: 26px;
    color: #444
}

.xj_right {
    display: inline-block;
    vertical-align: top;
    width: 41.625%;
}

.xj_right img {
    width: 100%;
}

.zj_wrap {
    padding: 100px 0;
    background: #f6f9fb;
}

.xjtit {
    margin-bottom: 35px;
}

.xjtit h2 {
    color: #323333;
    font-size: 24px;
    font-weight: bold;
}

.xjtit h2 img {
    margin-left: 20px;
}

.zj_wrap p {
    color: #444;
    line-height: 26px;
}

.zfgzbox {
    margin-top: 55px;
    box-sizing: border-box;
    padding: 0 18px;
}

.zfgzbox h2 {
    color: #035fb0;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    line-height: 26px;
}

.zfgzbox h2:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #016fbd;
    position: absolute;
    top: 13px;
    left: -18px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.zj_wrap div>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
}

.zj_wrap>div {
    margin-top: 60px;
}

.zj_wrap>div:nth-child(1) {
    margin-top: 0;
}

.jxlc {
    margin-top: 30px;
}

.jxlc li {
    width: 18.875%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px;
    margin-right: 1.40625%;
    background: #fff;
}

.jxlc li:nth-of-type(5n) {
    margin-right: 0;
}

.jxlc li i {
    color: #d4d4d4;
    font-size: 60px;
    display: block;
    margin-bottom: 15px;
}

.jxlc li h2 {
    color: #006bb7;
    font-weight: bold;
    font-size: 18px;
}

.jxlc li h3 {
    color: #c8c8c8;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.jxlc li p {
    line-height: 28px;
}

.jxlc li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 16px solid #007ac6;
    border-color: #007ac6 #007ac6 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.jxlc li font {
    display: block;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 2;
    font-weight: bold;
}

.tdx {
    padding-bottom: 100px;
}

.tdx .container>p {
    color: #444;
    margin-bottom: 14px;
}

.tdx .container>p:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007dc9;
    vertical-align: middle;
    margin-right: 16px;
}

.xysc .xj_left {
    width: 66.625%;
}

.xysc .xj_right {
    width: 33.375%;
}

.xyscimg li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 13px);
    margin-right: 26px;
    margin-bottom: 26px;
    box-sizing: border-box;
    padding: 15px 15px 0;
    background: #f2f2f2;
    text-align: center;
}

.xyscimg li:nth-of-type(2n) {
    margin-right: 0;
}

.xyscimg li span {
    line-height: 30px;
    padding: 11px 0;
    display: block;
}

#z_header .swiper-slide img {
    width: 100%;
    height: 100vh;
}


#swiper_2 {
    /* margin-top: -200px; */
}

#z_header {
    width: 100%;
    height: auto;
}


.swiper-slide:nth-child(2) {
    /* background: #3183ff; */
    color: #fff;
}

.swiper-slide .z_slide_title_top>p,
.swiper-slide .z_slide_title_btm>p {
    transform: translateX(-800px);
    opacity: 0;
}

.swiper-slide .z_slide_title_top>p:nth-child(1) {
    transition: all .6s;
}

.swiper-slide .z_slide_title_top>p:nth-child(2) {
    transition: all .8s;
}

.swiper-slide .z_slide_title_btm>p:nth-child(1) {
    transition: all 1s;
}

.swiper-slide .z_slide_title_btm>p:nth-child(2) {
    transition: all 1.2s;
}

.swiper-slide .z_slide_title_btm>p:nth-child(3) {
    transition: all 1.4s;
}

.ani-slide .z_slide_title_top>p,
.ani-slide .z_slide_title_btm>p {
    transform: translateX(0);
    opacity: 1;
}

.z_slide_title_top {
    position: absolute;
    top: 252px;
    left: 8.335%;
    z-index: 12;
}

.z_slide_title_top>p:nth-child(1) {
    font-size: 65px;
}

.z_slide_title_top>p span,
.z_slide_title_btm>p span {
    color: #74e4ff;
}

.z_slide_title_btm>p span {
    font-weight: 200;
}

.z_slide_title_btm {
    padding-top: 86px;
}

.z_slide_title_btm>p {
    color: #dde8f5;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.z_slide_title_btm>p:nth-child(1) {
    height: 70px;
    line-height: 70px;
}

.swiper-container .my-bullet {
    width: 20px;
    height: auto;
    position: absolute;
    top: 252px;
    right: 5%;
    left: auto;
}

.my-bullet .my-bullet {
    cursor: pointer;
}

.swiper-container .my-bullet>li {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 6px 0;
    position: static;
    transition: all .35s;
}

.swiper-container .my-bullet .z_swiper_paging {
    transition: all .35s;
    margin: 20px 0;
    background-color: #fff;
}

.my-bullet>li:after {
    content: '';
    display: block;
    height: 20px;
    border-left: 2px dotted #fff;
    margin-left: 4px;
    margin-top: 12px;
}

.my-bullet>li:last-of-type:after {
    display: none;
}

.slide_icons:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon_10.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


.icon_logo {
    margin-left: 8.335%;
    float: left;
}

.header_serach {
    float: right;
    margin-right: 146px;
}

.header_serach>ul li {
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-right: 16px;
    cursor: pointer;
}

.header_serach>ul li:nth-child(1) {
    width:45px;
    margin: 0px;
}

.header_serach>ul li:nth-child(2) {
    width:45px;
    margin: 0px;
}


.header_serach>ul li:last-of-type {
    margin-right: 0;
}

.header_serach>ul a,
.header_serach>ul span {
    color: #fff;
    font-size: 16px;
}

.header_serach>ul li:nth-of-type(1):after {
    content: '';
    display: block;
    height: 12px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}

.header_serach>ul li:nth-of-type(1) img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 36px;
    margin-top: -8px;
}

.header_serach>ul li form {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-sizing: border-box;
    white-space: nowrap;
    padding: 8px;
    background: #005bac;
    z-index: 10;
    line-height: 0;
    display: none;
}

.header_serach>ul li form input {
    outline: none;
    border: none;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle;
}

.header_serach>ul li form button {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.header_serach>ul li form button:hover {
    border-color: #fff;
}

.header_serach>ul img {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -31px;
}

.header_serach>ul li:nth-of-type(3) a {
    width: 62px;
    height: 62px;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .4);
    transition: all .35s;
    margin-top: 12px;
}

.header_serach>ul li:nth-of-type(3) a:hover {
    width: 82px;
    height: 82px;
    margin-top: 2px;
}

.swiper_right:after {
    display: none;
}


/* .swiper-button-next:after{
	content: 'next';
	display: block;
	position: absolute;
	left: 200px;
	top: 688px;
	width: 68px;
	height: 68px;
	border: 1px dotted #fff;
	text-align: center;
	line-height: 68px;
	border-radius: 50%;
	font-size: 14px;
	z-index: 11;
}
.swiper-button-next:before{
	content: '';
	display: block;
	position: absolute;
	left: 168px;
	top: 722px;
	width: 68px;
	border-top: 1px solid #fff;
	z-index: 11;
	transition: all .35s;
}
.swiper-button-next:after:hover .swiper-button-next:before{
	left: 190px;
	width: 10px;
} */

.swiper_left {
    display: none;
}

.swiper_left.swiper-pagination {
    display: block;
}

.swiper_right {
    width: 150px !important;
    height: 75px !important;
    position: absolute;
    left: 12%;
    top: 76%;
}

#swiper_1 .swiper_right {
    background-image: none;
    left: 8.335%;
    position: absolute;
}

.swiper_right .button-next {
    transition: 0.5s;
    outline: none;
    /*position: absolute;*/
    width: 120px;
    z-index: 10;
    /*left: 200px;*/
    /*top: 688px;*/
    cursor: pointer;
}

.button-next {
    right: 4vw;
}

.button.disabled {
    opacity: 0.2;
    cursor: default;
}

.cls-1 {
    transition: 0.5s;
    opacity: 0.4;
    transform-origin: -20px 40px;
    opacity: 1;
}

.cls-4 {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    transform-origin: 0px 0px 0px;
}

#arrow-trg {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-53px, 39px);
}

#line {
    transition: 0.5s;
    stroke: rgba(255, 255, 255, .5);
    transform: translate(50px, 42px);
}

.button:not(.disabled):hover .cls-1 {
    transform: scale(1.1);
}

.button:not(.disabled):hover .cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}

.button:not(.disabled):hover #arrow-trg {
    transform: rotateY(180deg) translate(-37px, 39px);
}

.button:not(.disabled):hover #line {
    transform: translate(35px, 42px) scaleX(0.33);
}

.header_nav {
    width: 95%;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 11;
    display: none;
}

.nav_list_left>img {
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -108px;
}

.nav_list_top {
    width: 100%;
    height: 132px;
    position: relative;
}

.nav_list_top>ul li:nth-child(2) {
    margin-right: 40px;
}

.nav_list_top>p {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: #0d6fb8;
    position: absolute;
    transition: all .5s;
    left: 0;
    bottom: -1px;
}

.nav_list_top:before {
    content: '';
    display: block;
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e4e4e4;
}

.nav_list_btm {
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: all 3s;
    padding-top: 50px;
}

.nav_list_btm>ul {
    width: 154px;
    float: left;
}

.nav_list_btm>ul:nth-child(2) {
    margin-right: 40px;
}

.nav_list_btm>ul li {
    line-height: 26px;
    font-size: 14px;
    color: #9ba0a9;
}

.nav_rights_top {
    width: 250px;
    height: 130px;
    position: relative;
}

.nav_rights_top>ul li {
    width: 44px;
    text-align: left;
    float: left;
    text-align: center;
    position: relative;
}

.nav_rights_top>ul li a {
    color: #2a2a2a;
    font-size: 14px;
}

.nav_rights_top>ul li:nth-child(1) {
    width: 26px;
}

.nav_rights_top>ul li:nth-child(2):before {
    content: '';
    display: block;
    height: 10px;
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.nav_rights_top>ul li:nth-child(1) a img {
    width: 16px;
    height: 16px;
}

.nav_list {
    opacity: 0;
    transition: all .5s;
    padding-bottom: 40px;
}

.nav_list_top ul li:hover a {
    color: #0d6fb8;
}

.nav_list_btm ul li:hover a {
    color: #0d6fb8;
}

* {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none
}

html {
    -webkit-text-size-adjust: none
}

body,
ul,
dl,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

input {
    border: 0 none;
    outline-style: none;
    padding: 0;
    vertical-align: top;
}

@font-face {
    font-family: 'DIN-BLACK';
    src: url('../font/DIN-BLACK.OTF');
    src: local('☺'), url('../font/DIN-BLACK.woff') format('woff'), url('../font/DIN-BLACK.ttf') format('truetype'), url('../font/DIN-BLACK.eot') format('eot'), url('../font/DIN-BLACK.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-blod';
    src: url('../font/DIN-BOLD.OTF');
    src: local('☺'), url('../font/DIN-BOLD.woff') format('woff'), url('../font/DIN-BOLD.ttf') format('truetype'), url('../font/DIN-BOLD.eot') format('eot'), url('../font/DIN-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

textarea {
    border: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.inrow {
    font-size: 0;
    [;
    font-size: 12px;
    ];
    *font-size: 0;
    font-family: arial;
    [;
    letter-spacing: -3px;
    ];
    *letter-spacing: normal;
    *word-spacing: -1px;
}

.inrow>li,
.inrow span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}


.Number_roll_1 .dataOne,
.Number_roll_2 .dataOne,
.Number_roll_3 .dataOne {
    width: 36px;
    height: 75px;
    text-align: center;
    background: url(../images/num-bg.png) no-repeat;
}

.Number_roll_1 .dataBoc,
.Number_roll_2 .dataBoc,
.Number_roll_3 .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Number_roll_1 .dataBoc .tt,
.Number_roll_2 .dataBoc .tt,
.Number_roll_3 .dataBoc .tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Number_roll_1 .tt span,
.Number_roll_2 .tt span,
.Number_roll_3 .tt span {
    width: 100%;
    height: auto;
    font: bold 60px/75px "Arial";
    color: #fff;
    font-family: 'DIN-blod';
}





/************公司简介****************/
.index_pro_box{width: 100%; padding:20px 0px 70px;background: url(../images/cbjt.jpg) top center no-repeat;}
.index_pro_box .cen{font-size:36px; color:#FFF; padding-top:50px; padding-bottom:20px;line-height: 36px;}
.index_pro_box .cen span{ float:right;font-size:18px;color:#FFF; line-height: 36px;}
.index_pro_box .cen span a{ font-size:16px;color:#FFF;}

#famous_school_list{box-shadow: 0 0 20px rgba(0,0,0,0.4)}

.famous_school_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
.famous_school_item_inner{ width: 100%;}

.famous_school_item_top{
    width: 100%;
    height: 57px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(16, 120, 191);
}

.famous_school_item_top ul{
    width: 100%;
    height: 57px;
}
.famous_school_item_top li{
	width:25%;
	float:left;
    color: rgba(255, 255, 255,1);
    font-size: 18px;
    line-height: 57px;
	text-align:center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.famous_school_item_swiper{
    width: 100%;
    height:342px;
    box-sizing: border-box;
    background: #FFFFFF;
    overflow: hidden;
}
.famous_school_item_swiper.active{
    overflow-y: scroll;
}
.famous_school_item_swiper .swiper-container{
    height: 100%;
}
.famous_school_item_swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.famous_school_item_swiper .swiper-slide{
    width: 100%;
    overflow: hidden;
}
.famous_school_item_swiper .swiper-slide ul{
    width: 100%;
    height: 57px;
}
.famous_school_item_swiper .swiper-slide li{
	width:25%;
	float:left;
    color: #333;
    font-size: 16px;
    line-height: 57px;
	text-align:center;
}
.famous_school_item_swiper .swiper-slide li a.ank{
    color: #ffffff;
	margin:0 auto;
	margin-top:13px;
    background: #FF7702;
    width: 90px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 3px;
}
.famous_school_item_swiper .swiper-slide li a.ank:hover {
    color: #ffffff;
    background: #33BC7A;
}
.famous_school_item_swiper .swiper-slide:nth-child(even) ul{
	background:#ddd;
}
.famous_school_item_swiper .swiper-slide:nth-child(odd) ul{
	background:#fff;
}

@media (max-width:769px){
	/************公司简介****************/
	.index_pro_box{width: 100%; padding:20px 0px 70px;background: url(../images/cbjt.jpg) top center no-repeat;}
	.index_pro_box .cen{font-size: 17px;color:#FFF;padding-top: 20px;padding-bottom:20px;line-height: 36px;}
	.index_pro_box .cen span{ float:right;font-size:18px;color:#FFF; line-height: 36px;}
	.index_pro_box .cen span a{font-size: 14px;color:#FFF;}
	.famous_school_item_top li { width:33.33%;}
    .famous_school_item_top li:nth-child(2) { display:none;}
	
	.famous_school_item_swiper .swiper-slide li { width:33.33%;}
	.famous_school_item_swiper .swiper-slide li:nth-child(2) { display:none;}

	
	
}
/************公司简介****************/
.wrap1550{margin: 0 auto;width:90%; max-width:1550px;}

.s2 {
    width: 100%;
    height: 715px;
    position: relative;
    overflow: hidden;
}
.s2 .s2_bac1 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: url(../images/s2_bac1.jpg) no-repeat top center;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.s2 .s2_bac2 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    background: url(../images/s2_bac2.png) no-repeat center;
    background-size: cover;
}

.s2 .s2_bac2 main {
    position: relative;
    height: 100%;
}
s2 .s2_bac2 .a0 {
    width: 39%;
    position: absolute !important;
    z-index: 2;
    top: 90px !important;
    left: 0 !important;
}


.s2 .s2_bac2 .a1 {
	float: right;
    width: 65%;
    font-size: 34px;
	font-weight:bold;
    color: #fff;
    padding-top:12%;    position: relative;
    z-index: 10;
}

.s2 .s2_bac2 .a2 {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 28px;
    color: #ea590a;
    font-weight: bold;
    padding-top: 20px;    position: relative;
    z-index: 10;
}

.s2 .s2_bac2 .a3 {
	float:right;
    width: 65%;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    padding-top: 25px;
}
.s2 .s2_bac2 .a3 p{
    font-size: 16px;
    color: #fff;
    line-height: 2;
}



@media only screen and (max-width:1360px ) {
 .s2 .s2_bac2 .a3 {font-size: 14px;}
 .s2 .s2_bac2 .a3 p{
    font-size: 14px;
    color: #fff;
    line-height: 2;
}


} 

@media only screen and (max-width:1200px ) {
 .s2 .s2_bac2 .a3 { width: 70%; font-size: 14px;}

} 



.s2 .s2_bac2 .a4 {
    width: 100%;
    height: 218px;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    *zoom: 1;
}

.s2 .s2_bac2 .a4 .left {
    width: 49%;
    float: left;
    height: 100%;
    background: -webkit-linear-gradient(310deg, #1558a6, #0a284b);
    background: -o-linear-gradient(310deg, #1558a6, #0a284b);
    background: -moz-linear-gradient(310deg, #1558a6, #0a284b);
    background: linear-gradient(310deg, #1558a6, #0a284b);
}
.s2 .s2_bac2 .a4 .left li {
    float: left;
    width: 33.33%;
    height: 120px;
    margin-top: 49px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
}


.s2 .s2_bac2 .a4 .left li .b1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 64px;
    margin: 0 auto;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}

.s2 .s2_bac2 .a4 .left li:hover .b1 {
	border: 3px solid rgba(255, 255, 255, 1);
   
}
.s2 .s2_bac2 .a4 .left li .b1 img{
    vertical-align: middle;
}

.s2 .s2_bac2 .a4 .left li .b2 {
    width: 100%;
    text-align: center;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #fff;
    padding-top: 25px;
    font-weight: lighter;
}


.s2 .s2_bac2 .a4 .right {
    width: 50%;
    float: left;
    height: 100%;
    background: url(../images/com.jpg) no-repeat center;
    background-size: cover;
}

.s2 .s2_bac2 .a4 .right .b1 {
    width: 196px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    float: right;
    margin-right: 8%;
    margin-top: 86px;
}


.s2 .s2_bac2 .a4 .right .b1 a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 20;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    font-weight: lighter;
}

.s2 .s2_bac2 .a4 .right .b1 a img {
    margin-left: 30px;
	vertical-align:middle;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}

.s2 .s2_bac2 .a4 .right .b1:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    background: #1558a6;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}

.s2 .s2_bac2 .a4 .right .b1:after a:hover{
              width: 100%;
              opacity: 1;
 }


@media only screen and (max-width:1024px) {.s2 .s2_bac2 .a3 { width: 80%;}}
@media only screen and (max-width:769px) {
	.s2 .s2_bac2 .a3 { width:100%;padding-top:10px;}
	.s2 .s2_bac2 .a3 p{ font-size:13px; line-height:1.6;}
	.s2 .s2_bac2 .a1 { width: 100%;font-size: 26px;padding-top:5%;}
	
	.s2 .s2_bac2 .a4 { height:auto !important;}
	.s2 .s2_bac2 .a4 .left { width:100%;}
	.s2 .s2_bac2 .a4 .left li { margin-top: 15px;}
	.s2 .s2_bac2 .a4 .left li .b2 {font-size: 13px; padding-top:10px;}
	.s2 .s2_bac2 .a4 .right {width: 100%;}
	.s2 .s2_bac2 .a4 .right .b1 { margin-top:20px; margin-bottom:15px;}
}


/**********产品研发*************/
.main_development_box{ background:#ebeff8  url(../images/p4bg.jpg) top center no-repeat; overflow:hidden; width:100%;}
#main_development {
    width: 83.33%;
    margin: 0 auto;
    padding: 126px 0;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0;
}

#main_development>div {
    float: left;
}

.development_left {
    /* height: 530px; */
    width: 31%;
    margin-right: 8.25%;
    position: relative;
    left: -1000px;
}

.development_left:before {
    content: '';
    display: block;
    width: 52px;
    border-top: 3px solid #e5e5e5;
    position: absolute;
    top: 130px;
    left: 0px;
}

.development_left>h6 p:nth-of-type(1) {
    font-size: 30px;
    line-height: 40px;
    color: #d9d9d9;
    position: relative;
    font-weight: bolder;
}

.development_left>h6 p:nth-of-type(2) {
    font-size: 34px;
    color: #323333;
    font-weight: bolder;
}

.development_left>h6 {
    font-weight: bolder;
    margin-bottom: 110px;
}

.development_left>h6 img {
    width: 18px;
    height: 28px;
    margin-left: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.development_title>p:nth-child(1),
.development_title>p:nth-child(2) {
    font-size: 26px;
    line-height: 34px;
    ` font-weight: bolder;
    color: #0166bb;
}

.development_title>p:nth-child(3) {
    padding-top: 80px;
    font-size: 14px;
    color: #444;
    line-height: 26px;
}

.development_btn {
    width: 110px;
    height: 36px;
    background-color: #005bac;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: 0;
    bottom: 30px;
    transition: 1s;
}

.development_btn {
    width: 110px;
    height: 36px;
    background-color: #005bac;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 110%;
}

.development_btn>h6 {
    content: '';
    width: 10px;
    display: block;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -3px;
    display: none;
}

.development_btn:hover h6 {
    content: '';
    display: block;
    border-left: none;
    width: 50px;
    height: 0px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -25px;
    transition: .2s;
    transition: 1s;
    display: none;
}

.development_btn>a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.development_btn:hover {
    color: #fff;
    background-color: #1796de;
}

.development_btn:hover a {
    transition: 1s;
}

.development_btn:hover p {
    content: '';
    display: block;
    border-left: none;
    width: 20px;
    height: 0px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 8px;
    transition: .2s;
}

.development_right {
    width: 60.75%;
    height: auto;
    position: relative;
    right: -2000px;
}

.development_right>ul {
    width: 100%;

    overflow: hidden;
}

.development_right>ul li {
    width: calc((100% - 56px) / 3);
    border: 1px solid #b2cde6;
	background: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    float: left;
    margin-bottom: 24px;
    margin-right: 28px;
    padding: 50px 35px;
    box-sizing: border-box;
    transition: all 1s;
}

.development_right>ul li:nth-of-type(4),
.development_right>ul li:nth-of-type(5) {
    margin-bottom: 0;
}

.development_right>ul li:nth-of-type(3) {
    margin: 0;
}

.development_right>ul li p:nth-child(1) {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #cce7f8;
    text-align: center;
    position: relative;
    background: #fff;
}

.development_right>ul li p:nth-child(1) img {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}

.development_right>ul li p:nth-child(2) {
    font-size: 18px;
    color: #626262;
    font-weight: bolder;
    margin-top: 24px;
    margin-bottom: 22px;
}

.development_right>ul li p:nth-child(3) {
    font-size: 14px;
    color: #444;
    height: 48px;
    line-height: 24px;
}

.development_right>ul li:hover {
    background-color: #0167bd;
}

.development_right>ul li:hover p:nth-child(1) {
    transform: rotate(360deg);
    transition: 1s;
}

.development_right>ul li:hover p:nth-child(2) {
    color: #fff;
}

.development_right>ul li:hover p:nth-child(3) {
    color: #a4bee1;
}

/************产品研结束******************/


/************新闻******************/
.index_news_bg{ width:100%; padding:60px 0px; overflow:hidden;background: url(../images/news_bg.jpg) top center no-repeat;}

.index_news_bg h6 p:nth-of-type(1) {
    font-size: 30px;
    line-height: 28px;
    color: #d9d9d9;
    font-weight: bolder;
}

.index_news_bg h6 img {
    width: 18px;
    height: 28px;
    margin-left: 26px;
}

.index_news_bg h6 p:nth-of-type(2) {
    font-size: 35px;
    font-weight: bolder;
    color: #323333;
    margin-top: 16px;
}

.index_news_bg .new_cont{ margin:40px 0px;}
.swiper-news .news-img-wrap{ width:100%; overflow:hidden;}
.swiper-news  .news-img-wrap  img{ vertical-align:middle; width:100%;transition: all .3s linear;}
.swiper-news  .news-txts-wrap {background:#f8f8f8; padding: 30px 20px;text-align:left;}
.swiper-news  .news-txts-wrap .news-time {color: #888;font-size: 14px;padding-left: 28px;line-height: 16px;background: url(../images/ico1.png) no-repeat left center;transition: all .3s linear;}
.swiper-news  .news-txts-wrap .news-h5 {font-size: 20px;line-height:1.5;color: #333; margin: 20px 0 10px; transition: all .3s linear;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.swiper-news  .news-txts-wrap .news-dt { font-size: 14px; line-height: 26px; color: #888; height: 52px; overflow: hidden;}
.swiper-news  .news-txts-wrap .view-more{width: 160px; background: #ececec;color: #666; margin-left: 0;height: 42px;display: block;margin: 60px auto 0; font-size:16px;border-radius: 24px; text-align:center;line-height: 42px;margin-top: 36px; transition: all .3s linear;}
.news-items:hover .news-img-wrap img{ transform: scale(1.1);}

/**************广告条部分**********************/
.toWords {
    background: url(../images/img13.jpg) no-repeat center;
    background-size: cover;
    height: 140px;
    padding: 40px 0;
    box-sizing: border-box;    margin-top: 6%;
}

.toWords .toWords-t {
	color:#fff;
    float: left;
    display: inline;
}
.toWords .toWords-t h3{
	color:#fff;
	font-size:30px;
	line-height:1.5;
	font-weight:bold;

}

.toWords .toWords-t h4{
	color:#fff;
	font-size:20px;
}

.toWords .toWords-txts {
    font-size: 16px;
    line-height: 16px;
    top: 31px;
    margin-left: 28px;
    padding-left: 28px;
    color: #fff;
    vertical-align: middle;
    border-left: 1px solid rgba(255, 255, 255, 0.5);display: inline-block;
    position: relative;
}

/*********联系我们**********/
.section5{background: rgb(1, 102, 187); width:100%;}
.index_contact_bg{ width:100%; overflow:hidden; padding:40px 0px; background: #fff;}
.contact_box {}
.contact_box .fl{float: left; width:40%;}
.contact_box .list2-txts {width: 100%; position: relative; padding: 20px 0px 20px 20px;background: #0166bb;  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); margin-bottom: 20px; box-sizing:border-box;}
.contact_box  .list2-name {font-size:20px; line-height:2; color: #fff;}
.contact_box .list2-txts a { display: block;padding-left: 34px;font-size:14px;line-height:2.2;color: #fff;}

.fax-detail { background: url(../images/icon_fax.png) no-repeat left center;}
.tele-detail { background: url(../images/icon_ptel.png) no-repeat left center;}   
.add-detail {background: url(../images/icon_add.png) no-repeat left center;}
.person-detail { background: url(../images/icon_person.png) no-repeat left center;}
.email-detail { background: url(../images/icon_email.png) no-repeat left center;}  
 
.rel {position: relative;}
.abs { position: absolute;}

.contact_box .fr{float: right; width:58%;}
.contact_main{ background-size: cover;position: relative}
.contact_main .ditu {margin-left: auto;margin-right: auto}
.contact_main .ditu img {width: 100%}
.contact_main .ditu .map1_dw { width: 5px; height: 5px; border-radius: 10px; z-index: 3;background: #f1992c;}

.contact_main .ditu .map1_dw.map1_dw1 {left: 73%;top: 48%;}
.contact_main .ditu .map1_dw.map1_dw2 {left: 50%;top: 45%;}

.contact_main .ditu .map1_dw .yuan {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    border: solid 2px #f1992c;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: ripple 4.5s ease-out 450ms infinite;
    -moz-animation: ripple 4.5s ease-out 450ms infinite;
    -o-animation: ripple 4.5s ease-out 450ms infinite;
    animation: ripple 4.5s ease-out 450ms infinite;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.contact_main .ditu .map1_dw .yuan.yuan_10 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.contact_main .ditu .map1_dw .yuan.yuan_50 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.contact_main .ditu .map1_dw .yuan.yuan_90 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}
.contact_main .ditu .map1_dw .map1_name {color: #333;width: 140px; left: -30px; top: 350%;font-size: 16px; margin-top: -10px; line-height: 20px;
}

@media only screen and (max-width:769px) {
	.contact_box .fl {width: 100%;}
	.contact_box .fr { width: 100%;}
}





/*-----------底部------------*/
.footer{ background: #202020; padding:15px 0px;text-align:center;color:#fff;font-size:14px;line-height:1.5; }
.footer a, .footer p{color:#fff;}
.footer a:hover{color:rgba(1, 93, 168,1);}

@-webkit-keyframes ripple {
    0% { opacity: 0; -webkit-transform: scale(.1, .1);}
    5% {opacity: 1;}
    100% {opacity: 0; -webkit-transform: scale(1);}
}

@-moz-keyframes ripple {
    0% {opacity: 0; -moz-transform: scale(.1, .1);}
    5% {opacity: 1;}
    100% {opacity: 0; -moz-transform: scale(1);}
}

@-o-keyframes ripple {
    0% {opacity: 0; -o-transform: scale(.1, .1);}
    5% {opacity: 1}
    100% {opacity: 0;-o-transform: scale(1);}
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}




@media only screen and (max-width:1680px) {
    .header_serach {
        margin-right: 126px;
    }
    .z_slide_title_btm {
        padding-top: 66px;
    }
    .z_slide_title_top>p,
    .z_slide_title_btm>p:nth-child(1) {
        font-size: 40px;
        font-family: '微软雅黑';
    }
    .swiper_right {
        top: 88%;
    }
   
	
    .swiper_lists>h6 {
        font-size: 22px;
    }
    .development_left>h6 p:nth-of-type(2) {
        font-size: 30px;
    }
    .development_title>p:nth-child(1),
    .development_title>p:nth-child(2) {
        font-size: 24px;
    }
    .development_right>ul li p:nth-child(2),
    .swiper_core_list>div p {
        font-size: 16px;
    }
    .development_right>ul li p:nth-child(3) {
        height: 72px;
    }
}

@media only screen and (max-width:1440px) {
    .z_slide_title_top>p,
    .z_slide_title_btm>p:nth-child(1) {
        font-size: 32px;
    }
    .z_slide_title_btm {
        padding-top: 40px;
    }
 
    .development_left>h6 p:nth-of-type(1){
        font-size: 22px;
    }
    .development_left>h6 img{
        width: 14px;
        height: 24px;
    }
    
   
    .swiper_lists {
        padding: 20px 26px;
    }
    .swiper_lists .title_arrow {
        top: 46px;
        right: 26px;
    }
    .development_right>ul li {
        padding: 20px 14px;
    }
    .development_left {
        width: 38%;
        padding-right: 6%;
        box-sizing: border-box;
        margin-right: 0;
    }
    .development_title>p:nth-child(1),
    .development_title>p:nth-child(2) {
        font-size: 22px;
    }
    .core_header_left>h6 p:nth-of-type(2),
    .main_top_brief>h6 p:nth-of-type(2) {
        margin-top: 8px;
    }
    .development_right>ul li p:nth-child(2),
    .swiper_core_list>div p {
        font-size: 14px;
		margin-top: 10px;
        margin-bottom: 10px;
    }
    .Journalism_btm_list>ul li {
        padding: 60px 30px;
    }
    .Journalism_btm_list>ul li p:nth-child(4) {
        margin-top: 70px;
    }

}

#z_header {
    width: 100%;
    height: auto;
}


.swiper-slide .z_slide_title_top>p,
.swiper-slide .z_slide_title_btm>p {
    transform: translateX(-800px);
    opacity: 0;
    font-family: '微软雅黑';
}

.swiper-slide .z_slide_title_top>p:nth-child(1) {
    transition: all 1s;
}

.swiper-slide .z_slide_title_top>p:nth-child(2) {
    transition: all 1.5s;
}

.swiper-slide .z_slide_title_btm>p:nth-child(1) {
    transition: all 1.8s;
	font-size: 30px;
}

.swiper-slide .z_slide_title_btm>p:nth-child(2) {
    transition: all 2s;
}

.swiper-slide .z_slide_title_btm>p:nth-child(3) {
    transition: all 2s;
}

.ani-slide .z_slide_title_top>p,
.ani-slide .z_slide_title_btm>p {
    transform: translateX(0);
    opacity: 1;
}

.z_slide_title_top>p,
.z_slide_title_btm>p:nth-child(1) {
    text-align: left;
    font-size: 65px;
    color: #fff;
}

.z_slide_title_top>p:nth-child(1) {
    font-size: 65px;
}

.z_slide_title_top>p span,
.z_slide_title_btm>p span {
    color: #74e4ff;
}

.z_slide_title_btm>p span {
    font-weight: 200;
}

.z_slide_title_btm {
    padding-top: 86px;
}

.z_slide_title_btm>p {
    color: #dde8f5;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.z_slide_title_btm>p:nth-child(1) {
    height: 70px;
    line-height: 70px;
}

.swiper-container .my-bullet>li {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 6px 0;
    position: static;
    transition: all .35s;
}

.swiper-container .my-bullet .z_swiper_paging {
    transition: all .35s;
    margin: 20px 0;
    background-color: #fff;
}

.my-bullet>li:after {
    content: '';
    display: block;
    height: 20px;
    border-left: 2px dotted #fff;
    margin-left: 4px;
    margin-top: 12px;
}

.my-bullet>li:last-of-type:after {
    display: none;
}

header {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 10;background: rgba(0, 0, 0, 0.4);
}

.header_logo {
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    float: left;
    padding-top: 20px;
    opacity: 1;
    transition: all .5s;
}

.header_serach {
    float: right;
    margin-right: 146px;
}

.header_serach>ul li:nth-of-type(3) a {
    width: 62px;
    height: 62px;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .4);
    transition: all .35s;
    margin-top: 12px;
}

.header_serach>ul li:nth-of-type(3) a:hover {
    width: 82px;
    height: 82px;
    margin-top: 2px;
}

.swiper_right:after {
    display: none;
}


.swiper_right .button-next {
    transition: 0.5s;
    outline: none;
    width: 120px;
    z-index: 10;
    cursor: pointer;
}

.button-next {
    right: 4vw;
}

.button.disabled {
    opacity: 0.2;
    cursor: default;
}

#arrow-svg-home {
    transform: translateY(353px);
}

.button-next #arrow-svg-home {
    transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
}

svg {
    transition: 0.5s;
}

.cls-1 {
    transition: 0.5s;
    opacity: 0.4;
    transform-origin: -20px 40px;
    opacity: 1;
}

.cls-4 {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    transform-origin: 0px 0px 0px;
}

#arrow-trg {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-53px, 39px);
}

#line {
    transition: 0.5s;
    stroke: rgba(255, 255, 255, .5);
    transform: translate(50px, 42px);
}

.button-prev:not(.disabled):hover svg {
    transform: translateX(-25px);
}

.button-next:not(.disabled):hover svg {
    transform: translateX(25px);
}

.button:not(.disabled):hover .cls-1 {
    transform: scale(1.1);
}

.button:not(.disabled):hover .cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}

.button:not(.disabled):hover #arrow-trg {
    transform: rotateY(180deg) translate(-37px, 39px);
}

.button:not(.disabled):hover #line {
    transform: translate(35px, 42px) scaleX(0.33);
}

.nav_list {
    width: 100%;
    background: url(../images/banner_2_03.jpg) no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.nav_list_left {
    width: 24%;
    float: left;
    position: relative;
}

.nav_list_left>img {
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -108px;
}

.nav_list_right {
    width: 76%;
    float: left;
}

.nav_list_top>ul li {
    width: 154px;
    height: 130px;
    line-height: 130px;
    float: left;
    font-size: 14px;
    color: #84888b;
}

.nav_list_top>ul li:nth-child(2) {
    margin-right: 40px;
}

.nav_list_top>p {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: #0d6fb8;
    position: absolute;
    transition: all .5s;
    left: 0;
    bottom: -1px;
}

.nav_list_top>ul {
    width: 100%;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.nav_list_btm>ul:nth-child(2) {
    margin-right: 40px;
}

.nav_list_btm>ul li {
    line-height: 26px;
    font-size: 14px;
    color: #9ba0a9;
}

.nav_list_rights {
    width: 250px;
    float: left;
}

.nav_rights_top {
    width: 250px;
    height: 130px;
    position: relative;
}

.nav_rights_top>ul {
    width: 120px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav_rights_top>ul li {
    width: 44px;
    text-align: left;
    float: left;
    text-align: center;
    position: relative;
}

.nav_rights_top>ul li a {
    color: #2a2a2a;
    font-size: 14px;
}

.nav_rights_top>ul li:nth-child(1) {
    width: 26px;
}

.nav_rights_top>ul li:nth-child(2):before {
    content: '';
    display: block;
    height: 10px;
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.nav_rights_top>ul li:nth-child(1) a img {
    width: 16px;
    height: 16px;
}

.nav_list {
    opacity: 0;
    transition: all .5s;
}

.nav_list_top ul li:hover a {
    color: #1f7dd4;
}

.nav_list_btm ul li:hover a {
    color: #1f7dd4;
}

.ewm {
    display: inline-block;
    width: 94px;
    overflow: hidden;
    border-radius: 4px;
    vertical-align: top;
}

.ewm img {
    width: 100%;
}

.b_video {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.b_video:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/heidian.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.b_video video {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.haederNavs {
    float: right;
    padding-top: 2%;
    padding-right: 60px;
}

.haederNavs ul li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.haederNavs ul li {
    padding-right: 40px;
	position:relative;
}

.haederNavs ul li:last-of-type {
    padding-right: 0;
}

.haederNavs ul li a {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.haederNavs ul li a::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #0055a0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.haederNavs ul .active a::after,
.haederNavs ul li a:hover::after {
    width: 100%;
}


.haederNavs ul li:hover .er{ display:block;}
.haederNavs ul li .er{width:100%;position:absolute;left: -20px;top: 25px;z-index:999; display:none; }
.haederNavs ul li .er ul{width:100%;height:auto;background: rgba(30, 118, 195, 0.77);}
.haederNavs ul li .er ul li{width:100%;height:40px;line-height:40px;text-align:center;padding-right: 0px;}
.haederNavs ul li .er ul li a{ width:100%; font-size:15px; height:40px; line-height:40px; }
.haederNavs ul li:hover .er  ul li a{ background:none; color:#fff;}
.haederNavs ul li .er ul li a:hover{ color:rgba(200, 33, 41, 1);}

.haederNavs ul li:hover .er  ul li a:after {
    width: 0%;
}

@media only screen and (max-width:769px) {
	header {position: relative; background: rgb(45, 100, 164);}
}
